Visual Basic (Declaration) | |
---|---|
Function SetExtension(Of T As TExtension)() As T |
C# | |
---|---|
T SetExtension<T>() where T: TExtension |
C++/CLI | |
---|---|
T^ SetExtensiongeneric<typename T> (); where T: TExtension |
Type Parameters
- T
- type of the extension to set
Return Value
the instance of the extension that was createdTarget Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)